Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 20 - QuickDraw 3D Mathematical Utilities / QuickDraw 3D Mathematical Utilities Reference
QuickDraw 3D Mathematical Utilities / Setting Points and Vectors


Q3PolarPoint_Set

You can use the Q3PolarPoint_Set function to set the components of a polar point.

TQ3PolarPoint *Q3PolarPoint_Set (
TQ3PolarPoint *polarPoint, 
float r, 
float theta);
polarPoint
A polar point.
r
The r component of the polar point.
theta
The q component of the polar point.
DESCRIPTION
The Q3PolarPoint_Set function returns, as its function result and in the polarPoint parameter, the polar point specified by the r and theta parameters.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996